Bump Pango dep
authorMatthias Clasen <mclasen@redhat.com>
Sun, 22 Aug 2021 19:19:18 +0000 (15:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 22 Aug 2021 19:23:42 +0000 (15:23 -0400)
Require Pango 1.49, so we can support new attributes
without too much ifdeffery.

.gitlab-ci/test-msys2.sh
meson.build

index d9bc637bdcd1b7cc3030db3eb3b9bf3691eb86d6..a7a907d8dcd5a6bce2ba4621d5a6689ad4d44be3 100644 (file)
@@ -40,7 +40,7 @@ export CCACHE_DIR="${CCACHE_BASEDIR}/_ccache"
 # https://gitlab.gnome.org/GNOME/gtk/-/issues/2243
 # https://gitlab.gnome.org/GNOME/gtk/-/issues/3002
 
-if ! pkg-config --atleast-version=2.65.0 glib-2.0; then
+if ! pkg-config --atleast-version=2.66.0 glib-2.0; then
     git clone https://gitlab.gnome.org/GNOME/glib.git _glib
     meson setup _glib_build _glib
     meson compile -C _glib_build
@@ -48,7 +48,7 @@ if ! pkg-config --atleast-version=2.65.0 glib-2.0; then
 fi
 pkg-config --modversion glib-2.0
 
-if ! pkg-config --atleast-version=1.47.0 pango; then
+if ! pkg-config --atleast-version=1.49.0 pango; then
     git clone https://gitlab.gnome.org/GNOME/pango.git _pango
     meson setup _pango_build _pango
     meson compile -C _pango_build
index 310df265dfdb5283e63a3b8f763fa6115b7b4eaf..c6c69c850449d4fa3b94186d1414bd87ec175256 100644 (file)
@@ -11,7 +11,7 @@ project('gtk', 'c',
         license: 'LGPL-2.1-or-later')
 
 glib_req           = '>= 2.66.0'
-pango_req          = '>= 1.47.0' # keep this in sync with .gitlab-ci/test-msys.sh
+pango_req          = '>= 1.49.0' # keep this in sync with .gitlab-ci/test-msys.sh
 fribidi_req        = '>= 0.19.7'
 cairo_req          = '>= 1.14.0'
 gdk_pixbuf_req     = '>= 2.30.0'